B C D F G H I K M O P R S T W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BETRIEBSNUMMER - Static variable in class kernpruefung.bnz.util.CheckMethods
- BETRIEBSNUMMER0 - Static variable in class kernpruefung.bnz.util.CheckMethods
C
- CharSets - Class in kernpruefung.bnz.util
- CheckMethods - Class in kernpruefung.bnz.util
-
The class CheckMethods contains all (static) methods to check the rules from the specifications.
D
- doLOGGING - Static variable in class kernpruefung.bnz.KernpruefungBNZImpl
F
- find(File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
G
- getCurrTimestamp() - Static method in class kernpruefung.bnz.KernpruefungBNZ
-
Get the current timestamp
- getReturnCode() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
- getReturnCode() - Method in interface kernpruefung.Rueckgabe
-
Gibt den Return-Code der Kernprüfung zurück.
- getRueckgabeMeldungen() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
- getRueckgabeMeldungen() - Method in interface kernpruefung.Rueckgabe
-
Gibt die Rückgabemeldungen als String-Array zurück.
H
- hasCorrectAtChar(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if exactly one @ or § is in
testStringand whether it is not in first or last position. - hasForeignLDKZ(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testLDKZis a valid LDKZ (see DEÜV Anlage 8) - hasHomePLZ(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testPLZis a valid home PLZ between 01000 ... 99999 - hasPLZCharsItl(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testPLZhas valid Itl PLZ chars - hasValidEmailCharacters(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testStringcontains only valid email characters.
I
- isANDefaultValue(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testStringhas only the defaultValue (string field: all spaces) - isCheckDigit(String, int) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if the
testStringis a valid Zahlstellennummer or Betriebsnummer.
The format of the testString must be 8 digits followed by 7 spaces and hence sums up to a total of 15 characters. - isConstantString(String, String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if first argument (
testString) is equal to the second argument (the constant) and iftestStringis notNULLor empty. - isDate(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testDateis a valid date. - isDate0000(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testDateis a valid date and jhjj<2009 or jhjj<2009 and mmtt="0000". - isDate1LaterDate2(String, String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testDate1is later thantestDate2. - isDate1NotLaterDate2PlusXMonths(String, String, int) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testDate1is not later than end of month fromtestDate2plusmonths. - isDateNotLaterToday(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testDateis not later than current date. - isDigit(char) - Static method in class kernpruefung.bnz.util.CharSets
-
Returns true if ch is a digit, otherwise false.
- isEmptyOrNull(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testStringcontains only spaces or isNULLor is an empty string. - isInCharSet(char, String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
chis member of the charSet given as a stringcharSet - isNDefaultValue(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testStringhas only the defaultValue (numeric field: all Zeros) - isNumeric(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testStringcontains only digits. - isPLZCharsItl(char) - Static method in class kernpruefung.bnz.util.CharSets
-
Returns true if ch is plzCharsItl, otherwise false.
- isTime(String) - Static method in class kernpruefung.bnz.util.CheckMethods
-
Checks if
testTimeis a valid time value.
K
- kernpruefung - package kernpruefung
- Kernpruefung - Interface in kernpruefung
-
Das Interface Kernpruefung enthält als einzige Methode, die Methode zur Kernprüfung eines Datensatzes.
- kernpruefung.bnz - package kernpruefung.bnz
- kernpruefung.bnz.util - package kernpruefung.bnz.util
- KernpruefungBNZ - Class in kernpruefung.bnz
- KernpruefungBNZ() - Constructor for class kernpruefung.bnz.KernpruefungBNZ
- KernpruefungBNZImpl - Class in kernpruefung.bnz
- KernpruefungBNZImpl() - Constructor for class kernpruefung.bnz.KernpruefungBNZImpl
M
- main(String[]) - Static method in class kernpruefung.bnz.KernpruefungBNZ
-
Container program for testing the code
O
- outFilename(File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
P
- pruefe(String, String) - Method in class kernpruefung.bnz.KernpruefungBNZImpl
- pruefe(String, String) - Method in interface kernpruefung.Kernpruefung
-
Der eingegebene Datensatz wird mithilfe des Vorlaufsatzes kerngeprüft.
R
- Rueckgabe - Interface in kernpruefung
-
Das Interface Rueckgabe enthält alle Methoden, die für die Abfrage des Ergebnisses der Kernprüfung notwendig sind.
- RueckgabeBNZImpl - Class in kernpruefung.bnz
S
- STICHJAHR - Static variable in class kernpruefung.bnz.util.CheckMethods
T
- toString() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
- toString() - Method in interface kernpruefung.Rueckgabe
-
Gibt die String-Darstellung eines Rueckgabeobjektes zurück.
W
- writeProtocol(List<String>, List<String>, File, File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
Z
- ZAHLSTELLENNUMMER - Static variable in class kernpruefung.bnz.util.CheckMethods
- ZAHLSTELLENNUMMER0 - Static variable in class kernpruefung.bnz.util.CheckMethods
All Classes All Packages